home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 2545 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: somnet.sandia.gov!not-for-mail
  2. From: mjsagar@sandia.gov (Mathias Sagartz)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: keep that crap away from my Amiga
  5. Date: 27 Feb 1996 12:34:47 -0700
  6. Organization: Sandia National Laboratories
  7. Message-ID: <4gvmcn$r7o@somnet.sandia.gov>
  8. References: <watt.824179246@winternet.com> <4gk9pr$d47@tkhut.sojourn.com> <1062.6628T851T1704@postoffice.ptd.net> <4gsr6s$5am@tkhut.sojourn.com>
  9. NNTP-Posting-Host: somnet.sandia.gov
  10.  
  11. >hankduckman (hankduck@postoffice.ptd.net) wrote:
  12. >
  13. >: If I may show my ignorance by asking a question, what is Tex? Can you give 
  14. >: me a brief rundown on what it is, what it does, and what its advantages are? 
  15. >: I've heard it spoken of but haven't the slightest inkling of what it's about.
  16. >
  17. From the Users manual for AmigaTeX (Tom Rokicki/Radical Eye Software:
  18.  
  19. "TeX is a typesetting language and system developed by Professor Donald
  20. Knuth of Stanford University over the period 1977 to 1986.  It was 
  21. designed to be used in typesetting books and manuscripts, especially those 
  22. containing much mathematics.  The current version [ October 1991 ] of
  23. the language has been stable since 1982, and is currently in use at 
  24. thousands of computer installations all over the world.
  25.  
  26. The input to TeX is somewhat free format; it is emphatically not a 
  27. WYSIWYG (what you see is what you get, often rephrased as what you see
  28. is all you get) system.  The source can be created with any typical text
  29. editor, and for the most part spacing and line breaks in the input are
  30. ignored.  Interspersed with the text are various typesetting commands
  31. that might, for instance, change fonts or skip to the next page.  TeX
  32. is programmable with parameterized macros and user variables of a number
  33. of types, allowing the creation of macro packages that extend the power of
  34. TeX or make it more accessible.
  35.  
  36. TeX is not the solution to all the world's ills.  As a document
  37. preparation system, it has three major deficiencies.  First, it does not
  38. directly support graphics.  You can use harizontal and vertical rules, and
  39. do some limited graphics using a variety of methods:  LaTeX supports some
  40. graphics operations, and some implementations of TeX (such as AmigaTeX)
  41. allow inclusion of PostScript graphics.  Secondly, TeX does not easily do
  42. compolicated page layout, as might be required for newspapers, for
  43. instance.  And finally, TeX does not allow interactive editing and viewing
  44. of the document as it is being developed.
  45.  
  46. All of these are design decisions; TeX was never intended to address any
  47. of these concerns.  What TeX does, however, TeX does well.  It supports a
  48. huge library of fonts, and additional fonts can be purchased from a number
  49. of companies.  It supports full kerning and ligatures in its fonts.  It
  50. has no equal when typesetting complicated mathematical formulas and
  51. displays.  Its hyphenation algorithm is among the best in typesetting
  52. systems, and its line- and pate-breaking algorithms are nothing short of
  53. incredible.
  54.  
  55. TeX is a complicated system, because typesetting is not a simple task.  It
  56. is easy to gnerate quality documents without knowing much about TeX, but
  57. as your experience and requirements grow, you will find that TeX has the
  58. power, programmability and expandability to handle your most demanding needs."
  59.  
  60. For an example of TeX output take a look at Bill Hawes' original 
  61. Arexx User's Reference Manual if you can find one.
  62.  
  63. mat  mjsagar@sandia.gov
  64. P.S. sorry for any typos.  I was in a hurry.
  65.  
  66.